report_singular_matrix_warning Subroutine

public subroutine report_singular_matrix_warning(fcn, err, row)

Reports a singular matrix error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fcn

The name of the function that failed.

class(errors), intent(inout) :: err

The error object to be updated.

integer(kind=int32), intent(in) :: row

The row index where the singularity issue was first encountered.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg